const github.com/klauspost/compress/zstd.tableFastHashLen
12 uses
github.com/klauspost/compress/zstd (current package)
enc_fast.go#L16: tableFastHashLen = 6
enc_fast.go#L124: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L125: nextHash2 := hashLen(cv>>8, hashLog, tableFastHashLen)
enc_fast.go#L257: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L361: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L362: nextHash2 := hashLen(cv>>8, hashLog, tableFastHashLen)
enc_fast.go#L497: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L621: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L622: nextHash2 := hashLen(cv>>8, hashLog, tableFastHashLen)
enc_fast.go#L757: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L820: nextHash := hashLen(cv, hashLog, tableFastHashLen) // 0 -> 6
enc_fast.go#L821: nextHash1 := hashLen(cv>>8, hashLog, tableFastHashLen) // 1 -> 7
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |